Skip to content

fix: move ember-auto-import to dependencies#1208

Open
ro0gr wants to merge 1 commit intoAddepar:masterfrom
ro0gr:depend-on-auto-import
Open

fix: move ember-auto-import to dependencies#1208
ro0gr wants to merge 1 commit intoAddepar:masterfrom
ro0gr:depend-on-auto-import

Conversation

@ro0gr
Copy link

@ro0gr ro0gr commented Jan 28, 2026

so it can be used with the latest vertical-collection.

Currently when I try upgrade vertical-collection, I get the following error:

ember-table needs to depend on ember-auto-import in order to use @html-next/vertical-collection

According to https://github.com/embroider-build/ember-auto-import/tree/main?tab=readme-ov-file#installing-ember-auto-import-in-an-addon, auto-import should be moved to the dependencies:

add ember-auto-import to your dependencies, not your devDependencies, so it will be present when your addon is used by apps

so it can be used with the latest vertical-collection
Copilot AI review requested due to automatic review settings January 28, 2026 12:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a dependency configuration issue by moving ember-auto-import from devDependencies to dependencies in package.json. This is necessary for ember-table to work with the latest version of @html-next/vertical-collection, which requires addons to have ember-auto-import as a runtime dependency rather than a dev dependency.

Changes:

  • Moved ember-auto-import from devDependencies to dependencies in package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant